home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / g_man / cat3 / ftn / setmon.z / setmon
Encoding:
Text File  |  2002-10-03  |  5.7 KB  |  133 lines

  1.  
  2.  
  3.  
  4. sssseeeettttmmmmoooonnnn((((3333GGGG))))                                                          sssseeeettttmmmmoooonnnn((((3333GGGG))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      sssseeeettttmmmmoooonnnn - sets the monitor type
  10.  
  11. FFFFOOOORRRRTTTTRRRRAAAANNNN 77777777 SSSSPPPPEEEECCCCIIIIFFFFIIIICCCCAAAATTTTIIIIOOOONNNN
  12.      ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee sssseeeettttmmmmoooonnnn((((mmmmttttyyyyppppeeee))))
  13.      iiiinnnntttteeeeggggeeeerrrr****4444 mmmmttttyyyyppppeeee
  14.  
  15. PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
  16.      _m_t_y_p_e   expects a symbolic constant that identifies the video format to
  17.              be provided.  There are several constants defined for this
  18.              parameter:
  19.  
  20.              HHHHZZZZ33330000 selects a 30Hz interlaced video format.
  21.  
  22.              HHHHZZZZ33330000SSSSGGGG selects a 30 Hz interlaced with sync on green video
  23.              format.
  24.  
  25.              HHHHZZZZ55550000 selects a 50 Hz noninterlaced video format.
  26.  
  27.              HHHHZZZZ66660000 selects a 60 Hz noninterlaced video format.
  28.  
  29.              HHHHZZZZ77770000 selects a 70 Hz noninterlaced video format.
  30.  
  31.              HHHHZZZZ77772222 selects a 72 Hz noninterlaced video format.
  32.  
  33.              HHHHZZZZ77776666 selects a 76 Hz noninterlaced video format.
  34.  
  35.              IIIIRRRRIIIISSSS3333KKKK selects a 60Hz (1024x768 visible) noninterlaced video
  36.              format, if the video hardware supports it
  37.  
  38.              NNNNTTTTSSSSCCCC selects the RS-170A 525 line component RGB video format (646
  39.              x 486 visible).
  40.  
  41.              PPPPAAAALLLL selects a 625 line component RGB video format (768 x 576
  42.              visible).
  43.  
  44.              SSSSTTTTRRRR____RRRREEEECCCCTTTT enables a 120 Hz stereo video format, if the video
  45.              hardware supports it (otherwise this is ignored).
  46.  
  47.              SSSSTTTTRRRR____BBBBOOOOTTTT enables a 120 Hz stereo video format, if the video
  48.              hardware supports it (otherwise this is ignored). It informs the
  49.              X server that the bottom half of the screen is to be displayed as
  50.              the primary buffer.
  51.  
  52.              SSSSTTTTRRRR____TTTTOOOOPPPP enables a 120 Hz stereo video format, if the video
  53.              hardware supports it (otherwise this is ignored). It informs the
  54.              X server that the top half of the screen is to be displayed as
  55.              the primary buffer.
  56.  
  57.              AAAA333344443333 selects the RS-343 component RGB video format (1280 x 960
  58.              visible), if the video hardware supports it (otherwise this is
  59.              ignored).
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. sssseeeettttmmmmoooonnnn((((3333GGGG))))                                                          sssseeeettttmmmmoooonnnn((((3333GGGG))))
  71.  
  72.  
  73.  
  74.              HHHHDDDDTTTTVVVV selects the HDTV video format if the video hardware supports
  75.              it (otherwise this is ignored).
  76.  
  77.              VVVVGGGGAAAA selects the VGA component RGB video format (640 x 496
  78.              visible) if the video hardware supports it (otherwise this is
  79.              ignored).
  80.  
  81. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  82.      sssseeeettttmmmmoooonnnn sets the monitor to the indicated video format, depending on
  83.      _m_t_y_p_e.
  84.  
  85. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  86.      getmon, getoth, setvid, setmon(1G), XSGIvc(3)
  87.  
  88. NNNNOOOOTTTTEEEESSSS
  89.      This routine has been superseded by the functions that are part of the X
  90.      extension XSGIvc(3) for those hardware architectures that natively
  91.      support OpenGL.
  92.  
  93.      This routine is available only in immediate mode.
  94.  
  95.      The symbolic values for _m_t_y_p_e mentioned above are defined in <_g_l/_f_g_e_t._h>.
  96.  
  97.      For compatibility with previous products, NTSC, PAL, and HZ30 do not
  98.      enable sync on green by default.  You must use setvid to enable sync on
  99.      green if your video equipment requires it.
  100.  
  101.      The IRIS-4D B, G, GT, GTX, VGX, and VGXT have a separate sync connector
  102.      which provides a 4V P-P TTL level sync signal for all video formats; this
  103.      sync signal is present even when sync on green has been disabled, and may
  104.      only be used with external video equipment capable of accepting a 4V P-P
  105.      sync signal.
  106.  
  107.      To get composite video output from your IRIS-4D, you may choose to
  108.      purchase an encoder option such as the CG3 or BVO (which encodes the 525
  109.      or 625 component RGB formats into true NTSC and PAL respectively), or you
  110.      may choose to purchase a video peripheral product (such as VideoFramer or
  111.      VideoCreator) which provide composite output from an external frame
  112.      buffer.
  113.  
  114.      Iris Indigo Entry does not support sssseeeettttmmmmoooonnnn so only HZ60 monitors are
  115.      supported.
  116.  
  117.      Iris Elan and Extreme support NTSC, PAL, IRIS3K, HZ50, HZ60, HZ72,
  118.      STR_RECT, STR_BOT, STR_TOP and RS-343 monitors.
  119.  
  120.      Indy supports NTSC, PAL, IRIS3K, HZ50, HZ60, HZ70, HZ72, HZ76, STR_RECT,
  121.      STR_BOT and STR_TOP.
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.